home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.1 KB | 86 lines | [TEXT/MPS ] |
- /*
- File: ASDebugging.idl
-
- Contains: AppleScript Debugging Interfaces.
-
- Version: Technology: AppleScript 1.1
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __ASDEBUGGING_IDL__
- #define __ASDEBUGGING_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __APPLEEVENTS_IDL__
- #include <AppleEvents.idl>
- #endif
- #ifndef __APPLESCRIPT_IDL__
- #include <AppleScript.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_ONLY
- /*
- *************************************************************************
- Mode Flags
- *************************************************************************
- */
- /*
- This mode flag can be passed to OSASetProperty or OSASetHandler
- and will prevent properties or handlers from being defined in a context
- that doesn't already have bindings for them. An error is returned if
- a current binding doesn't already exist.
- */
- /*
- *************************************************************************
- Component Selectors
- *************************************************************************
- */
- /*
- *************************************************************************
- Context Accessors
- *************************************************************************
- */
- /*
- Errors:
- errOSASystemError operation failed
- */
- /*
- Errors:
- errOSASystemError operation failed
- */
- /*
- Notes on terminology ID
-
- A terminology ID is derived from script code and language code
- as follows;
-
- terminologyID = ((scriptCode & 0x7F) << 8) | (langCode & 0xFF)
- */
- /*
- *************************************************************************
- Obsolete versions provided for backward compatibility:
- */
- /*
- Errors:
- errOSASystemError operation failed
- */
- /**************************************************************************/
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __ASDEBUGGING_IDL__ */
-
-